xm-test: Disable DEBUG_STACK_USAGE which breaks test cases
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 12:39:37 +0000 (13:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 12:39:37 +0000 (13:39 +0100)
commit53fd4502a1097233ecc0258011ace8f4a579cc26
treed90a8a906af14d070500fe6e363c3b6aa2967498
parent5239cb1be72929e408d645d35783697fa3d8e6e7
xm-test: Disable DEBUG_STACK_USAGE which breaks test cases

The unnecessary 'used greatest stack depth' messages on the console
breaks xm-test cases by random.  Typically a testcase reads input from
the console and parses it.  When DEBUG_STACK_USAGE is enabled, these
stack usage messages are printed by random - the test case reads this
message, cannot handle it and fails.

Signed-off-by: Andreas Florath <xen@flonatel.org>
buildconfigs/enable-xen-config